projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of robin@congo:dev/ohcount
[ohcount]
/
test
/
src_dir
/
blitzmax.bmx
1
'
2
' Comments
3
'
4
SuperStrict
5
6
Rem
7
bbdoc: docs
8
End Rem
9
Module bah.fish
10
11
Import BRL.StandardIO
12
13
Import "test.bmx" ' comment
14
15
rem
16
some comments
17
18
19
Type blah
20
still in comments
21
End Type
22
23
endrem
24
25
Type TABC
26
27
Method hello()
28
End Method
29
30
End Type
31
32
print "hello rem fish ' "