We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21eb7fa commit 44076c5Copy full SHA for 44076c5
iwsy/resources/ecs/json.txt
@@ -53,6 +53,7 @@ Start:
53
end
54
if SectionSelector is `All`
55
begin
56
+ put empty into Section
57
put Presentation into Content
58
go to SS2
59
@@ -89,9 +90,8 @@ Start:
89
90
set the text of SaveButton to `Save`
91
on click SaveButton
92
- print `Save`
93
if Section set property Section of Presentation to Script
94
- print Script
+ else put Script into Presentation
95
put Script into LastSaved
96
json format Presentation
97
@@ -106,4 +106,4 @@ SS2:
106
json format Content
107
put Content into LastSaved
108
set the content of Script to Content
109
- stop
+ stop
0 commit comments