(print [thing])
This commit is contained in:
@@ -78,4 +78,9 @@ class Prelude {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static function print(v:Any) {
|
||||
trace(v);
|
||||
return v;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user