http://www.lua.org/manual/5.1/manual.html#2.1i was putting text on multi line using [[. but for some reason i get an error (its reading next line as a new line instead of reading till it finds the next ]] ) ... not sure whats causing this

i'm new to dslua, but i used to be pretty good when lua 4.1 was ...normal... so expected that when i would read Lua.org manual that i would be able to catch up pretty fast. but even putting simple multiline texts isn't working anymore

or maybe lua compiler was reading different ... used to write plugins / minigames for my chatserver.
well hope someone here who can tell me if its me actting strange, or that dslua has some specific features what wouldn't work properly
oh also maybe this should be next topic.. but does anyone know if dslua has its own feature to run subroutines, or should i create skeleton that doesn't 'lock' the application (wich iin this case would be dualis and lateron ds itself

) i had to do this for my chatserver, while processing data the server itself froze untill lua continued after it processed the data.
greetings Johan