mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added the about library, resolved #51
This commit is contained in:
@@ -822,7 +822,7 @@ static bool execTypeOf(Toy_Interpreter* interpreter) {
|
||||
type = Toy_getScopeType(interpreter->scope, rhs);
|
||||
}
|
||||
else {
|
||||
type = TOY_TO_TYPE_LITERAL(rhs.type, false);
|
||||
type = TOY_TO_TYPE_LITERAL(rhs.type, false); //see issue #53
|
||||
}
|
||||
|
||||
Toy_pushLiteralArray(&interpreter->stack, type);
|
||||
|
||||
Reference in New Issue
Block a user