blob: dae7e0380e160e7d9d2c83c0c0d83389b178cf13 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main(core::List<core::String> arguments) dynamic {
{
synthesized 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);
}
}
}
}