SciRuby / rubex

rubex - A Ruby-like language for writing Ruby C extensions.
BSD 2-Clause "Simplified" License
451 stars 21 forks source link

Check for return statement #54

Open v0dro opened 6 years ago

v0dro commented 6 years ago

Since Rubex does not return the last value of the method like in Ruby, it is important to check whether a return statement has been used in the program.