library; | |
import self as self; | |
import "dart:core" as core; | |
static method main(core::List<core::String*>* arguments) → dynamic { | |
{ | |
core::Iterator<core::String*>* :sync-for-iterator = arguments.{core::Iterable::iterator}{core::Iterator<core::String*>*}; | |
for (; :sync-for-iterator.{core::Iterator::moveNext}(){() → core::bool}; ) { | |
core::String* arguments = :sync-for-iterator.{core::Iterator::current}{core::String*}; | |
{ | |
core::print(arguments); | |
} | |
} | |
} | |
} |