Created
May 20, 2020 06:34
-
-
Save BastinRobin/f1d5c02913ccc2496fe2305ae6c98020 to your computer and use it in GitHub Desktop.
Javiz Syntax
This file contains hidden or 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
| from utensils take container | |
| from groceries take milk | |
| now: | |
| assign a with 100 | |
| assign b with 200 | |
| see a > b: | |
| tell("I am bigger") | |
| else: | |
| tell("I am really interested in code") | |
| Either a path to a file (a str, pathlib.Path, or py._path.local.LocalPath), URL (including http, ftp, and S3 locations), or any object with a read() method (such as an open file or StringIO). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment