This code gives an error, even though it's correct. ``` function test{ print "begin". { // Error highlighted here: '{' Unexpected print "inside a code block". } print "end". } ```