Skip to content

Instantly share code, notes, and snippets.

@BastinRobin
Created May 20, 2020 06:34
Show Gist options
  • Select an option

  • Save BastinRobin/f1d5c02913ccc2496fe2305ae6c98020 to your computer and use it in GitHub Desktop.

Select an option

Save BastinRobin/f1d5c02913ccc2496fe2305ae6c98020 to your computer and use it in GitHub Desktop.
Javiz Syntax
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