Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 0854443

Browse files
committed
minor updates
1 parent 83311dc commit 0854443

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

runestone/common/project_template/_sources/overview.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ as Python. Here is a simple example:
535535
}
536536
}
537537
console.log(fact(10));
538-
outf('hello world');
538+
writeln('hello world');
539539

540540

541541
Adding a javascript example is just as easy as Python, all you need to do is add a ``:language:``
@@ -634,6 +634,13 @@ Other Languages - LiveCode
634634

635635
}
636636

637+
.. activecode:: ch03_4
638+
:nocanvas:
639+
:tour_1: "Overall Tour"; 1-2: Example04_Tour01_Line01; 2: Example04_Tour01_Line02; 1: Example04_Tour01_Line03;
640+
641+
for name in ["Joe", "Amy", "Brad", "Angelina", "Zuki", "Thandi", "Paris"]:
642+
print("Hi", name, "Please come to my party on Saturday!")
643+
637644

638645

639646
What To Do Now

0 commit comments

Comments
 (0)