User bio
404 bio not found
Darwin
Member since Jan 29, 2018
Posts:
Timo has not published any posts yet.
Replies:

Most annoying "feature" when i started to learn objectscript was the very strict left to right processing

e.g. if a>0 & b< 0 {} get evaluated as (((a>0) & b) <0) not as you would expect (a>0) & ( b<0)

also very strange variable casting from number to string.

e.g
set a=1
set b="7 dwarves"

w a+b

actually return 8 instead of e.g. concatted string "17 dwarves"  or a variable casting error as in other languages 
But meanwhile i love it :D

Certifications & Credly badges:
Timo has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Timo has no followers yet.
Following:
Timo has not followed anybody yet.