Navigation: battleWarden:Script > API Reference >

Console IO

 

 

The console module provides basic functions for IO operations on the stdin and stdout of battleWarden EX.

Console IO Module API

Syntax

Parameters

Return Value

Description

OpenConsole(title AS STRING) AS VOID

title: specifies the title of the console. 

none

Opens the console for IO operations.

Print(text AS STRING) AS VOID

text: specifies the text to be printed.

none

Writes a string terminated with a new line to the stdout.

Input() AS STRING

none

String read from stdin.

Reads a string from the stdin.

Copyright © 2020 solicus. All Rights Reserved. Last Update: 2020-5-25.