Symbol
Write a symbol
Given a file named “main.scm” with:
When I successfully run scheme main.scm
Then the stdout should contain exactly “foo”.
Convert a string to an existing symbol
Given a file named “main.scm” with:
When I successfully run scheme main.scm
Then the stdout should contain exactly “A”.
Convert a string to a new symbol
Given a file named “main.scm” with:
When I successfully run scheme main.scm
Then the stdout should contain exactly “A”.