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

null instance in params #19

Closed Ruk33 closed 8 years ago

Ruk33 commented 8 years ago

function foo takes Object e

call foo(null) translates the same, it should be call foo(0)