Skip to content

Instantly share code, notes, and snippets.

@steveshogren
Last active December 21, 2015 07:09
Show Gist options
  • Save steveshogren/6269336 to your computer and use it in GitHub Desktop.
Save steveshogren/6269336 to your computer and use it in GitHub Desktop.
(defmacro if0 [x__2603__auto__ y__2604__auto__] `(if (> 0 (rand-int 100)) ~x__2603__auto__ ~y__2604__auto__))
(defmacro if1 [x__2604__auto__ y__2605__auto__] `(if (> 1 (rand-int 100)) ~x__2604__auto__ ~y__2605__auto__))
(defmacro if2 [x__2606__auto__ y__2607__auto__] `(if (> 2 (rand-int 100)) ~x__2606__auto__ ~y__2607__auto__))
...
(defmacro if99 [x__2609__auto__ y__2601__auto__] `(if (> 99 (rand-int 100)) ~x__2609__auto__ ~y__2601__auto__))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment