== Additional Cobra Documentation == Add links here for any additional documentation. Feel free to create new pages and make contributions yourself based on what you learn. * [wiki:C#Diffs Cobra Differences from C#] * Types * TypesOverview * DynamicType * StreamType * Strings * [wiki:NilableTypes Nilable Types] * [wiki:AllStatements All Cobra Statements] * [wiki:ControlStatements Control Statements] * [wiki:NonControlStatements Other Statements] * [wiki:Program Program Structure] * Module Declarations * [wiki:UseDirective Use Directive] * [wiki:Namespace Namespace] * [wiki:Classes Class Definitions] * [wiki:Interface Interface Definition] * [wiki:Struct Structure Definition] * [wiki:MixIn Mixin Definition] * [wiki:Enum Enumeration] * [wiki:Sig Signature ] * [wiki:Extends Extension Definition ] * [wiki:Variables Variables] * [wiki:MethodInvocation Method Invocation] * [wiki:PlatformLibs Platform Libraries] * StandardLibraryExtensionMethods * PrimitiveTypeMembers * [wiki:CmdLineOptions Cobra Executable CommandLine options and args] * [wiki:MultiArgAssign Multiple Target assignment] * [wiki:ExtendedInit Extended class instance Initialization] * VisitorPattern