Skip to content

Instantly share code, notes, and snippets.

@srathbun
Created October 30, 2013 18:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srathbun/7237404 to your computer and use it in GitHub Desktop.
Save srathbun/7237404 to your computer and use it in GitHub Desktop.
Mumps GT.M fizzBuzz program
F F=1:1:100 W:F#3=0 "Fizz" W:F#5=0 "Buzz" W:(F#3>0)&(F#5>0) F W !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment