Hi, A year ago I was writing basic Racket programs and I could save image as variable, like this: (define me [img])
Where [img] was an image and I could see in the source code file, or the user could put an save an image in "me" variable when the programs was running. I tried to make this kindda type, but I couldn't. how can I do such thing in Nim?
