Last active
January 22, 2017 05:19
-
-
Save SyncHack/1e7214f73dfda2971d29354b8af59a1c to your computer and use it in GitHub Desktop.
GitHub Gistでのコード張りテスト (EasyLanguage)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// sample.pas (EasyLanguage) | |
// | |
using elsystem.collections; | |
using elsystem; | |
once begin | |
Clearprintlog; | |
end; | |
Plot1("Test"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment