Ruk33 / vrJASS

A just-for-fun programming language which compiles down to JASS (Warcraft 3). It aims to improve and replace the beloved vJASS.
6 stars 3 forks source link

throw exception when trying to use uninitialized variables #5

Closed Ruk33 closed 9 years ago

Ruk33 commented 9 years ago
local string foo
local string bar = "lorem " + foo
Ruk33 commented 9 years ago

suspended until figured out how to handle arrays