Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
L ldpl
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Lartu
  • ldpl
  • Merge requests
  • !26

Merged
Created Mar 15, 2019 by Lartu@lartu🐕Maintainer

Make != match the 'not equal' in while statement

  • Overview 1
  • Commits 1
  • Changes 1

Created by: dvkt

Tiny 🐛 I ran into, the while $string not equal to $string statements are using == in the c++ code.

Script to test:

DATA:
string is text 
char is text
i is number

PROCEDURE:
store "~imagination~" in string

store 0 in i
get character at i from string in char
while char is not equal to "" do
    display i ":char: " char crlf
    add 1 and i in i
    get character at i from string in char
repeat

display i crlf
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: github/fork/dvkt/while-not