Comments: Difference between revisions

no edit summary
(Adding Lua code)
No edit summary
Line 147:
C If compiled in debugging mode, print the current value of I
D PRINT *, I
 
==[[Haskell]]==
[[Category:Haskell]]
 
i code = True -- I am a comment.
{- I am also
a comment.
let u x = x x (this code not compiled)
Are you? -}
 
==[[IDL]]==
Line 304 ⟶ 314:
end.
Nothing following the end. will be evaluated by Toka.
 
==[[Ruby]]==
 
x = "code" # I am a comment
=begin hello
I am comment
=end puts "code"
Anonymous user