<p>function blahblahblah(x)<br /> –local table = {asd = 123, x = 0.34, }<br /> if x ~= 3 then<br /> print( x )<br /> elseif x == "string" then<br /> my_custom_function( 0x34 )<br /> else<br /> unknown_function( "some string" )<br /> end<br /> –single line comment<br /> end<br /> function blablabla3()</p> <p>for k,v in ipairs( table ) do<br /> –abcde…<br /> y=[=[<br /> x=[[<br /> x is a multi line string<br /> ]]<br /> but its definition is iside a highest level string!<br /> ]=]<br /> print(" "" ")</p> <pre><code>s = math.sin( x ) </code></pre> <p>end</p> <p>end<br /> </form> <script> var editor = CodeMirror.fromTextArea(document.getElementById("code"), { matchBrackets: true, theme: "neat" }); </script>