Codebase list ohcount / 85d5c3b4-c1f3-4d55-a24f-4c231b8d4c21/main test / src_dir / blitzmax.bmx
85d5c3b4-c1f3-4d55-a24f-4c231b8d4c21/main

Tree @85d5c3b4-c1f3-4d55-a24f-4c231b8d4c21/main (Download .tar.gz)

blitzmax.bmx @85d5c3b4-c1f3-4d55-a24f-4c231b8d4c21/mainraw · history · blame

'
' Comments
'
SuperStrict

Rem
bbdoc: docs
End Rem
Module bah.fish

Import BRL.StandardIO

Import "test.bmx"  ' comment

rem
some comments


Type blah
still in comments
End Type

endrem

Type TABC

	Method hello()
	End Method

End Type

print "hello rem fish ' "