ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:stradd

Table of Contents

StrAdd

str StrAdd(str a, str b)

Description

Returns two strings concatenated. Shorthand for StrParam(s:a, s:b).

Examples

str a = "hello, ";
str b = "world!";
StrAdd(a, b) -> "hello, world!"
functions/stradd.txt · Last modified: 2017/03/17 22:40 by korshun