Content found in this wiki may not reflect official Church information. See Terms of Use for more information.
VisualEditor
From TechWiki
Jump to navigationJump to search
#!/bin/bash
for a in 1 2 3 ; do
echo $a
done
A page for testing the VisualEditor
def foo(arr):
less = []
pivotList = []
more = []
if len(arr) <= 1:
return arr
else:
pass
The syntaxhighlight block should be editable too.