Add assigner

This commit is contained in:
YNH Webdev
2013-08-27 16:33:54 +02:00
parent 6fdffb7418
commit c29a6ad195

View File

@@ -50,6 +50,11 @@ feature
Result.put (create {JSON_STRING}.make_json (text), create {JSON_STRING}.make_json ("text"))
end
set_text (t: STRING)
do
text := t
end
feature
text: STRING