Code: Select all
' this is a comment
Code: Select all
decl sub test(); 'test subroutine
Code: Select all
/' This is a multi-line comment.
Multiple lines can be added, e.g.
to tell about a subroutine '/
sub test()
do
' ...
end
Code: Select all
' this is a comment
Code: Select all
decl sub test(); 'test subroutine
Code: Select all
/' This is a multi-line comment.
Multiple lines can be added, e.g.
to tell about a subroutine '/
sub test()
do
' ...
end