D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
scrivo
/
highlight.php
/
test
/
detect
/
livecodeserver
/
Filename :
default.txt
back
Copy
<?rev global gControllerHandlers, gData local sTest put "blog,index" into gControllerHandlers command blog -- simple comment put "Hello World!" into sTest # ANOTHER COMMENT put "form,url,asset" into tHelpers rigLoadHelper tHelpers end blog /*Hello block comment!*/ function myFunction if the secs > 2000000000 then put "Welcome to the future!" else return "something" end if end myFunction --| END OF blog.lc --| Location: ./system/application/controllers/blog.lc ----------------------------------------------------------------------