Project

General

Profile

Javascript » History » Version 2

Torbjorn Carlqvist Admin, 09/01/2021 02:09 PM

1 2 Torbjorn Carlqvist Admin
h1. Javascript guide for DTXr code IDE
2 1 Torbjorn Carlqvist Admin
3 2 Torbjorn Carlqvist Admin
h2. print
4
5
Prints a message to footer log window as well as the automation.log file.
6
7
<pre><code class="javascript">print("hello");</code></pre>