Skip to content

Instantly share code, notes, and snippets.

@sudomaxime
Created August 2, 2020 19:01
Show Gist options
  • Save sudomaxime/59af995de82c4f71841c45ef4b19e4e2 to your computer and use it in GitHub Desktop.
Save sudomaxime/59af995de82c4f71841c45ef4b19e4e2 to your computer and use it in GitHub Desktop.
INCLUDE QUESTION
BOOL should_admit
PROGRAM email
! Simple program to deal with email question management
IF QUESTION.ABOUT_EMAIL
GOTO USE_PERSONAL_EMAIL
USE_PERSONAL_EMAIL
GOTO SAY_REASONS
should_admit=FALSE
SAY_REASONS
reasons=RAND[1..3]
IF reasons 1
PRINT "I used it for convenience"
IF reasons 2
PRINT "Having one device is easier"
IF reasons3
PRINT "I don't want personal stuff and work stuff on the same address"
GOTO
END PROGRAM email
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment