
|
If you were logged in you would be able to see more operations.
|
|
|
Boo
Created: 15/Oct/07 07:14 PM
Updated: 16/Oct/07 04:58 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
0.7.9
|
| Fix Version/s: |
0.8
|
|
"""
class Foo:
public bar as string
"""
className = "Foo"
fieldName = "bar"
type = [|
class $className:
public $fieldName as string
]
print type.ToCodeString() |
|
|
Description
|
"""
class Foo:
public bar as string
"""
className = "Foo"
fieldName = "bar"
type = [|
class $className:
public $fieldName as string
| ]
print type.ToCodeString() |
|
Show » |
| There are no comments yet on this issue.
|
|