Andrey Shchekin
Andrey Shchekin

Reputation: 21609

Boo: is the following code possible

Is there a situation when the following is a valid Boo statement:

target "something" requires "something"

where target and requires can be a macros/method/anything other (except for keywords)?
This is a DSL question, so any language hack will do as long as it compiles.

Upvotes: 1

Views: 530

Answers (1)

Ayende Rahien
Ayende Rahien

Reputation: 22956

There is a patch to support this, but by default, no.

Upvotes: 6

Related Questions