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.

final.kll 184B

123456
  1. myArray <= Array_define;
  2. myIndex <= Index_define;
  3. myVariable <= Variable_define;
  4. myArray[] = "a" "b" "c" "b c" "3";
  5. myIndex[] = "" "" "" "" "" "this textthing" "moar";
  6. myVariable = 1;