Flux 1.0.1 is a major improvement over the original 1.0.0 release, adding true programming constructs, standard library functions, and expanded UI capabilities, while preserving Flux’s simple syntax and ease of use.
This release is still experimental but much more capable for real scripting and interaction.
true, false==, !=, <, <=, >, >=and, or, !if / elsewhile{ ... }+input("prompt") — prompt the user and read inputlen(value) — length of string (or future iterable)time.ms() — current timestamp in millisecondssleep(ms) — pause execution for ms millisecondsui title("..."); — change the UI title on the fly