Add assigner
This commit is contained in:
@@ -50,6 +50,11 @@ feature
|
|||||||
Result.put (create {JSON_STRING}.make_json (text), create {JSON_STRING}.make_json ("text"))
|
Result.put (create {JSON_STRING}.make_json (text), create {JSON_STRING}.make_json ("text"))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
set_text (t: STRING)
|
||||||
|
do
|
||||||
|
text := t
|
||||||
|
end
|
||||||
|
|
||||||
feature
|
feature
|
||||||
|
|
||||||
text: STRING
|
text: STRING
|
||||||
|
|||||||
Reference in New Issue
Block a user