execute and executeGlobal statements)
call
class
const
dim, const, public and private to declare variables.
do … loop, for … next and while … wend
erase
execute, executeGlobal (Compare with eval, unfortunately, there doesn't seem to be an equivalent of execute and executeGlobal in VBA).
exit
for … next
for each … next
function … end function and sub … end sub
if … then … elseIf … else … end if
on error
option explicit
private, public
property get|set|let
randomize to initialize the random number generator (I am sort of impressed)
rem
redim to change the size of an array
select case
set
sub
while … wend
with Scripting.FileSystemObject)
err (See on error) msscript.ocx).