using(Stdio);"Stdio" is the package that contains the standard I/O facilities. All package names will start with a capital.
!out(~"Hello, world!\n");
_die();
Notice that it will not be possible to define these package names yourself, they are just a way of ordering the build-in language facilities.
Also notice that I have decided not to maintain backward compatibility with the old subroutine system, because I assume that nobody uses an alpha release for real-world systems. Besides that, I have also decided to maintain compatibility with windows for now. Windows binaries will most likely be compiled for alpha-3/4.
No comments:
Post a Comment