mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Mar. 19 2008,12:07 |
|
Quote (roberts @ Mar. 17 2008,21:39) | All of your scripts specify
Quote | #!/home/dsl/bin/murgaLua-0.6.4 |
Which would naturally lead one such assumption as it is not needed in DSL unless features that are only available in 0.6.4.were being attempted. |
I see.
I use the newer interpreter when testing newer features. It is not a requirement, though. Anything I write for use in DSL should be useable with murgaLua 0.5.5. The features of newer versions are used only if they are available....Code Sample | if Fl_Browser.column_widths then results:column_widths({results:w()/2,150,0}) spacer="\t" else spacer="\t\t" -- force some extra space for older versions |
Sometimes I remove the interpreter line when uploading, but usually I don't think about it.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|