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

Key: BOO-934
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

property name splicing

Created: 31/Dec/07 10:28 AM   Updated: 31/Dec/07 10:32 AM
Component/s: None
Affects Version/s: 0.8
Fix Version/s: 0.8.1

Time Tracking:
Not Specified


 Description  « Hide
"""
public bar as string:
	get:
		return _bar
"""
import Boo.Lang.Compiler

name = "bar"
type = "string"
value = [| _bar |]
code = [|
	public $name as $type:
		get:
			return $value
|]
print code.ToCodeString()


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Rodrigo B. de Oliveira - 31/Dec/07 10:32 AM
Fixed in the repository.