Make __field__ take a symbol instead of a string
[fur] / examples / 09_assignment.fur
1 greeting = 'Hello, world'
2 print(greeting)