hoijui / Jawk

Java AWK interpreter/compiler
GNU General Public License v3.0
39 stars 23 forks source link

array key string->primary, variable empty should equals 0 #7

Closed stonewell closed 8 years ago

stonewell commented 8 years ago

if the array access element with a string key and string key could be parse as int, should try save/read as int too variables not initialize should be evaluated as 0 check IGNORECASE variable to do case sensitive/insensitive pattern match

hoijui commented 8 years ago

it is merged with master (and develop) now. thanks stonewell, and sorry for the long delay!