Fixed example bpp code in scripts folder

This commit is contained in:
Andrew S. Rightenburg 2024-10-25 15:05:57 +08:00
parent 9233216eb7
commit 58ba863106
Signed by: rail5
GPG key ID: BD8796E9783D5764

View file

@ -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"