====== Language Syntax Basics ====== * [[everything_object|Everything is an object]] * [[strings|Strings and prefixes]] * [[string_char_byte|String, Char and Byte]] * [[literals|Literals, suffixes and prefixes]] * [[trycatch|Try - catch]] * [[doswitch|do switch]] * [[docase|do case]] * [[property|property]] * [[generics|Generics]] * [[namespaces|Namespaces]] * [[assemblies|Assemblies]] * [[encodings|Encodings]] * [[exceptions|Exceptions and Exception Handlers]] * [[method_overloading|Method overloading]] * [[lambda_codeblock_anonymous|Lambda expressions, Codeblocks, Anonymous expression]] * [[net_array|.NET Arrays]] * [[collections|Collections]] * [[conditional_access|Conditional access]] * [[casting_astype|Casting and astype]] * [[is_type|Variable is type]] * [[yield|yield]] * [[using|using ... end using]] * [[default|default]] * [[scope|begin scope ... end scope]] * [[nullable|Nullable datatypes]] * [[define|Defines]] * [[namespace_assembly_reference|Namespaces, Assemblies, References]] * [[float_real8_decimal|Float, Real8 and Decimal]] * [[vostruct|VOStruct (structure in VO)]] * [[null_string|null_string]]