I want to write a method that takes a literal, lets say
turn
end returns something like this
(my turn)
So, after that, if I call eval
, scheme will call defined method my
with parameter turn
.
I did manage just to return some another literal or string, but I didn't manage to do what I wanted. And I didn't find any specification about something like this.
I assume I have somehow to use something like this: `(my,@param)
but it doesn't work.
turn
is a symbol