about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-12-01 20:45:10 -0500
committerelioat <elioat@tilde.institute>2022-12-01 20:45:10 -0500
commit4fcc89ecea9437d578ce34d1fe1543edfb8f099c (patch)
tree4e5f9a71c37f4096551b1d3c0f5af82034d78f17 /src
parent78bd804e6577b5def043c3d820535adda36d42e0 (diff)
downloaddecember-2022-4fcc89ecea9437d578ce34d1fe1543edfb8f099c.tar.gz
*
Diffstat (limited to 'src')
-rw-r--r--src/pokedex.rkt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pokedex.rkt b/src/pokedex.rkt
index 16acf4d..d710758 100644
--- a/src/pokedex.rkt
+++ b/src/pokedex.rkt
@@ -25,5 +25,8 @@
                 get-pure-port
                 (compose string->jsexpr port->string)))
 
+;; TOMORROW: I'll explore referencing data from returns hash-table, 
+;; https://docs.racket-lang.org/reference/hashtables.html
+
 ;; (get-pokemon "ditto")
 ;; (get-pokemon 123)
34' href='#n134'>134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178