Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
16 lines (9 sloc) 373 Bytes
  1. summary How to troubleshoot or debug AI Mind programs
  2. labels Forth,JavaScript,coding

Introduction

This page serves as a reference for debugging AI Mind programs in Forth, JavaScript and possibly other languages.

Forth

Forth AI is debugged by inserting diagnostic messages.

Javascript

JavaScript programs will make use of "Alert" boxes for debugging.

You can’t perform that action at this time.