Fixed example bpp code in scripts folder
This commit is contained in:
parent
9233216eb7
commit
58ba863106
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
|||
# This is a comment and should be ignored
|
||||
|
||||
@class ExampleClass {
|
||||
@property public property1 # This is a comment and should be ignored
|
||||
@method initialize value {
|
||||
@public property1 # This is a comment and should be ignored
|
||||
@public @method initialize value {
|
||||
property1 = value
|
||||
}
|
||||
}
|
||||
|
||||
@object instantiation = new ExampleClass
|
||||
@ExampleClass instantiation
|
||||
|
||||
@instantiation.initialize "abc def ghi quote doesn't end here\" but now it does"
|
||||
|
||||
|
|
Loading…
Reference in a new issue