1
0
forked from Mirror/wren

Get rid of builtin function for importing.

This commit is contained in:
Bob Nystrom
2015-02-16 10:21:29 -08:00
parent 5b1447882b
commit c2c576b27c
3 changed files with 9 additions and 15 deletions

View File

@ -58,12 +58,7 @@ class Sequence {
}
}
class String is Sequence {
import_(variable) {
loadModule_
return lookUpVariable_(variable)
}
}
class String is Sequence {}
class List is Sequence {
addAll(other) {