Urbiscript is a programming language created in 2003 by Jean-Christophe Baillie.
#1741on PLDB | 20Years Old | 45Users |
0Books | 0Papers |
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 | Token | Example |
---|---|---|---|
Comments | ✓ | ||
MultiLine Comments | ✓ | ||
Integers | ✓ | ||
Floats | ✓ | ||
Hexadecimals | ✓ |