BOAL Documentation

📤 Output Execution Example

BO42 programs execute deterministically through BOAL runtime.

Hello World Equivalent

BO42 does not use traditional print statements. Instead, CI execution outputs controlled responses.

Example Program
    ce main 
      ci output {
          message = "Halleluyah!";
      }

  
Expected Output
      BO42 OUTPUT:
      {'output': {'ci': 'output', 'memory': {'message': 'Halleluyah!'}, 'hub': {'truth': 'BO42'}}}