March 28, 2024, 10:40:59 pm

Author Topic: I need something :)  (Read 1248 times)

0 Members and 1 Guest are viewing this topic.

MaDKilleR

  • Vice Underdog
  • Crazy Man
  • *
  • Posts: 1517
  • Country: ca
  • Hi.
    • View Profile
    • MaDKiLLeR's Site
I need something :)
« on: July 02, 2012, 06:04:17 pm »
I needed a list of all if, else etc words which are used in squirrel. Like switch, for, foreach, privmessage etc. So, can anyone help me with this thing?

Any help will be deeply appreciated.  ;D
Agree Disagree Funny Winner Pwnt Informative Friendly Useful Optimistic Artistic Late Brain Donor

- [VU]MaDKiLLeR

Zeke

  • Crazy Man
  • *****
  • Posts: 935
  • Country: bg
  • VC:MP and LU beta tester
    • View Profile
Re: I need something :)
« Reply #1 on: July 02, 2012, 06:21:40 pm »
Keywords
The following words are reserved words by the language and cannot be used as identifiers:

base   break, case, catch, class, clone,
continue, const, default, delete, else, enum,
extends, for, foreach, function, if, in,
local, null, resume, return, switch, this,
throw, try, typeof, while,   yield, constructor,
instanceof, true, ,false ,static       

Source: http://www.squirrel-lang.org/doc/squirrel3.html#d0e61
Agree Disagree Funny Winner Pwnt Informative Friendly Useful Optimistic Artistic Late Brain Donor

Quote
InstallHook(0x405AC0,(DWORD)CantFindFuckingAnim,0x405A95,
CantFindFuckingAnim_HookJmpCode,sizeof(CantFindFuckingAnim_HookJmpCode));
-------------------------------------------------
Quote
[00:41:12] <~Murdock> actually just transfering files
[00:41:16] <~Murdock> sounds, clientscripts etc
[00:42:05] <heekzs> what transfer method you uses
[00:43:03] <~Murdock> speed of light

MaDKilleR

  • Vice Underdog
  • Crazy Man
  • *
  • Posts: 1517
  • Country: ca
  • Hi.
    • View Profile
    • MaDKiLLeR's Site
Re: I need something :)
« Reply #2 on: July 02, 2012, 06:50:32 pm »
Keywords
The following words are reserved words by the language and cannot be used as identifiers:

base   break, case, catch, class, clone,
continue, const, default, delete, else, enum,
extends, for, foreach, function, if, in,
local, null, resume, return, switch, this,
throw, try, typeof, while,   yield, constructor,
instanceof, true, ,false ,static       

Source: http://www.squirrel-lang.org/doc/squirrel3.html#d0e61
Thankx, i found something else to  :) :)
Agree Disagree Funny Winner Pwnt Informative Friendly Useful Optimistic Artistic Late Brain Donor

- [VU]MaDKiLLeR