package Std::IO {
  native sub print : void ($value : String);
  native sub warn : void ($value : String);
}