viul is an impractical and useless language
okay I made this out of pure boredom right. i'm not even gonna bother for a pretty readme. some examples are below for your pleasure.
this is NOT a serious work.
"hello, viul!" .
6 .. * .
1 { "true" . } { "false" . } ??;
(try changing the 1 to a 0)
@ (this is a marker)
<- (this jumps to the last seen marker)
(don't run this tho it's an infinite loop)
1 @ .. 5 <= { .. . ++ <- } ?;
(this practically combines if and marker to make a loop)
1 @ .. .. * .. 200 <= { . ++ <- } ?;