Search code examples
complexity-theoryoverheadrexx

What is the processing overhead of length() in REXX?


How does the processing overhead of the length() function in REXX change with the length of the string?


Update: I'm using:

  • uni-REXX (R) Version 297t
  • Open-REXX (TM) Copyright (C) iX Corporation 1989-2002. All rights reserved.

Solution

  • The overhead is 0. The length is stored in a descriptor.

    Neil Milsted Author of uni-REXX (no kidding).