20291, "doswellf", "Proper Console Prompt On Same Line", "2022-07-22T20:37:46Z"
Summary of Problem
Steps to Reproduce
Source Code:
write("Enter a number:");
var x = read(int);
Compile command:
Execution command:
Configuration Information
Output of chpl --version:
chpl version 1.26.0
built with LLVM version 13.0.0
Copyright 2020-2022 Hewlett Packard Enterprise Development LP
Copyright 2004-2019 Cray Inc.
(See LICENSE file for more details)
Back-end compiler and version, e.g. gcc --version or clang --version:
gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Used the bundled LLVM that came with the chapel tarball.