Skip to content

Instantly share code, notes, and snippets.

@steveshogren
Created August 19, 2013 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveshogren/6269100 to your computer and use it in GitHub Desktop.
Save steveshogren/6269100 to your computer and use it in GitHub Desktop.
if workday(today()) do
x = 1 + 1
else
x = doOtherHugeCalc()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment