KLL Compiler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

mouseTest.kll 301B

1234567891011121314151617
  1. Name = mouseTest;
  2. Version = 0.3d;
  3. Author = "HaaTa (Jacob Alexander) 2016";
  4. KLL = 0.3d;
  5. # Modified Date
  6. Date = 2016-03-20;
  7. U"1" : mouseOut( 1 );
  8. U"2" : mouseOut( 2 );
  9. U"3" : mouseOut( 3 );
  10. U"4" : mouseOut( 4 );
  11. U"5" : mouseOut( 5 );
  12. U"6" : mouseOut( 6 );
  13. U"7" : mouseOut( 7 );
  14. U"8" : mouseOut( 8 );