History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-925
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Rodrigo B. de Oliveira
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

Ability to use macros defined in the same compilation unit

Created: 09/Dec/07 01:11 PM   Updated: 09/Dec/07 01:13 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 0.8.1

Time Tracking:
Not Specified


 Description  « Hide
"""
this should be executed twice
this should be executed twice
"""
import Boo.Lang.Compiler

macro twice:
	return [|
		$(twice.Block)
		$(twice.Block)
	|]
	
twice:
	print "this should be executed twice"


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.