Files
hakorune/local_tests/test_intent_only.nyash

6 lines
215 B
Plaintext

// Test only the IntentBox functionality to verify the basic structure works
print("Testing IntentBox basic functionality...")
local msg
msg = new IntentBox("test", "data")
print("IntentBox created: " + msg.type())