Urbiscript is an open source programming language created in 2003 by Jean-Christophe Baillie.
| #1758on PLDB | 23Years 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 | ✓ |