User Tools

Site Tools


pf:prpldocs:prpldocindex

<html> <script type=“text/javascript”>

  function selectText(containerid) {
      if (document.selection) {
          var range = document.body.createTextRange();
          range.moveToElementText(document.getElementById(containerid));
          range.select();
      } else if (window.getSelection) {
          var range = document.createRange();
          range.selectNode(document.getElementById(containerid));
          window.getSelection().addRange(range);
      }
  }

</script>

<a href=“#” onclick=“selectText('selectable')”>Select All</a><br/> Save the contents to “prpldocindex.txt”

</html>

Vars and Functions
Comparators
Built in Functions
Logical Operators
Program Flow Control
Math
Stack Manipulation
Timers
Strings
Input
Lists
Ships
Particles

<html>

</html>

pf/prpldocs/prpldocindex.txt · Last modified: 2025/02/14 14:57 by 127.0.0.1