Urbiscript is an open source programming language created in 2003 by Jean-Christophe Baillie.
#1608on PLDB | 21Years Old |
urbiscript is a programming language for robotics. It features syntactic support for concurrency and event-based programming. It is a prototype-based object-oriented scripting language. Read more on Wikipedia...
at (x + y == z)
echo("%s + %s == %s" % [x, y, z]);
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | ||
MultiLine Comments | ✓ | ||
Integers | ✓ | ||
Floats | ✓ | ||
Hexadecimals | ✓ |