Diff
Not logged in

Differences From Artifact [d36ee595e22be49c]:

To Artifact [78aa08fe5254309c]:


379 {} 0-ary create-empty-table 379 {} 0-ary create-empty-table 380 . 2-ary table-get 380 . 2-ary table-get 381 .? 2-ary table-has? 381 .? 2-ary table-has? 382 .= 3-ary table-set 382 .= 3-ary table-set 383 383 384 if 3-ary if-then-else 384 if 3-ary if-then-else 385 385 386 + - * / % || && 2-ary integer-operations (no short-circuit!) | 386 + - * / % || && 2-ary integer-operations (NOTE! no short-circuit for && an 387 < > <= >= == != 2-ary generic comparison 387 < > <= >= == != 2-ary generic comparison > 388 ~ 2-ary string concatenation (works also for non-string obje 388 389 389 print 1-ary print-to-stdout 390 print 1-ary print-to-stdout 390 391 391 _isint _isstr _isfun _isundefined _istable 1-ary dynamic-type-test 392 _isint _isstr _isfun _isundefined _istable 1-ary dynamic-type-test 392 393