28 Jan 22:00
Booc?
From: Ayende Rahien <Ayende@...>
Subject: Booc?
Newsgroups: gmane.comp.lang.boo.user
Date: 2005-01-28 21:04:26 GMT
Subject: Booc?
Newsgroups: gmane.comp.lang.boo.user
Date: 2005-01-28 21:04:26 GMT
I can’t get the following code to compile using booc or booi:
ayende = regex('ayende')
print ayende.IsMatch("Ayende")
print ayende.IsMatch("ayende")
Strangely, in SD it works as expected.
D:\Code\>booi -
ayende = regex('ayende')
print ayende.IsMatch("Ayende")
print ayende.IsMatch("ayende")
^Z
<stdin>(1,10): BCE0005: Boo.Lang.Compiler.CompilerError: Unknown identifier: regex.
RSS Feed