fork download
  1. '<' = function (a, b) F
  2.  
  3. print(1 < 4); # FALSE
Success #stdin #stdout 0.21s 39440KB
stdin
Standard input is empty
stdout
[1] FALSE