﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
42	Unaligned indention with REXX	jep	Gregg Young	"The problem found in earlier OS/2 versions of FTE is also present in eFTE/2. The Windows/DOS¹ version indent DO ... END and nested IF ... THEN ELSE as expected.

/* Example of some basic code in REXX */
IF ARG(1) = '' THEN
DO
    input = 'NONE'
    END /* <- Not ok */

IF ARG(1) = '' THEN
DO
    input = 'NONE'
END /* <- OK! */

____

¹) Indention is ok in
About: fte 0.49.13 Copyright (c) 1994-1998 Marko Macek Copyright (c) 2000-2001 Others"	defect	closed	minor	Release_1.0	eFTE core	PreRelease_1.0	fixed		
