Last active
September 4, 2016 22:02
-
-
Save ObjectIsAdvantag/5a47e8539c750ce8b5bbf76c7bef4e78 to your computer and use it in GitHub Desktop.
Zurich - test at arrival
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
if (currentCall) { | |
say("Welcome to Zurich"); | |
wait(500); | |
say("See you at the hackathon"); | |
} | |
else { | |
call(phonenumber, { "network":canal }); | |
//call(phonenumber); | |
say(msg); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment