Avatar
Avatar
Iceman
@swift-main let re = /Hello, (\w+)?/
swiftNightly BOT 8/2/2022 12:31 PM
exit status: 1 with stderr:<stdin>:1:19: error: expected pattern let re = /Hello, (\w+)?/ ^ <stdin>:1:23: error: consecutive statements on a line must be separated by ';' let re = /Hello, (\w+)?/ ^ ; <stdin>:1:23: error: expected expression let re = /Hello, (\w+)?/ ^ <stdin>:1:10: error: '/' is not a prefix unary operator let re = /Hello, (\w+)?/ ^ <stdin>:1:11: error: cannot find 'Hello' in scope let re = /Hello, (\w+)?/ ^~~~~