reformat and squash errors
This commit is contained in:
parent
f8a788f91c
commit
0066b81461
@ -1 +1,2 @@
|
||||
--lua main.lua
|
||||
--class-path src
|
@ -8,8 +8,7 @@ extern class ComputerCraft {
|
||||
public static function write(text:String):Void;
|
||||
public static function print(text:String):Void;
|
||||
public static function printError(message:String):Void;
|
||||
public static function read(?replaceChar:String, ?history:Table<Int, String>, ?completeFn:String->Table<Int, String>, ?default: String
|
||||
):String;
|
||||
public static function read(?replaceChar:String, ?history:Table<Int, String>, ?completeFn:String->Table<Int, String>, ?defaultValue:String):String;
|
||||
public static var _HOST:String;
|
||||
public static var _CC_DEFAULT_SETTINGS:String;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user