Code: Select all
global $a = "hello world";
text $a; //hello worldCode: Select all
global $a = "hello world";
text $a; // "hello world"Code: Select all
global $a = "hello world";
text $a; //hello worldCode: Select all
global $a = "hello world";
text $a; // "hello world"Code: Select all
$a = "normal var";
perm $b = "perma var";
global $c = "global var";
echo $a . <crlf> . $b . <crlf> . $c;Jeez I completely overlooked this somehow! Thanks for mentioning, I ticked it immediately.admin wrote:The good thing is that "Scripting | Syntax Checking" caught it.
Well, I caught it, too. Upload soon.
[rant]Tell me about it.admin wrote:and b) the size of other apps nowadays that can do just one or two tricks?