Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
kll/examples/capabilitiesExample.kll
2014-11-21 11:53:11 -08:00

11 lines
257 B
Plaintext

Name = ExampleModule;
Author = "HaaTa (Jacob Alexander) 2014";
KLL = 0.3;
myCapability2 => myFunc2();
myCapability3 => myFunc2( myArg1 : 2 );
myCapability => myFunc( myArg1 : 1, myArg2 : 4 );
usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );