Sha256: 1c709a0643bcb83f7a08731d7f438fa52ddaa14249f6dda243d14ad6579e5a14
Contents?: true
Size: 332 Bytes
Versions: 42
Compression:
Stored size: 332 Bytes
Contents
## a comment \## not a comment #if foo ${bar} #endif The answer is: #choose #when 0 == 1 0 #end #when 1 == 1 1 #end #otherwise 2 #end #end -- comment about choose #for item in items * ${item} #end #def greeting(name) Hello, ${name}! #end ${greeting('world')} #with y=7; z=x+10 $x $y $z #end
Version data entries
42 entries across 42 versions & 5 rubygems