answersLogoWhite

0

The only language, which has remark-statement, is BASIC. Syntax:

REM any text

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the synonyms of remark?

Some synonyms for "remark" include comment, observation, and statement.


Any violation in the syntax of a program statement is called logic error?

No. A violation in the syntax of a program statement is called a syntax error.


What is another term for comment?

== == two cents remark, or statement. feedback


What are the kinds of conditional statement in foxpro with syntax?

The conditional statement in foxpro is DID YOU GET IT


Syntax of nested if in c?

If(condition) { if-else statement; } else { if-else statement; }


What is a syntax for REM statement?

REM any text


What is for statement in c?

It is one of the statements. Its syntax in BNF is the following: statement ::= for_statement for_statement ::= 'for' '(' opt_expression ';' expression ';' expression ')' statement


What is the syntax of the if statement?

clearly:if () orif () else In each case, can be a null statement, a single statement, or a block of statements surrounded by braces, {}.


What is a Non prejudicial statement?

A non prejudicial remark will be based on privious thought and evidence A non prejudicial remark will be based on privious thought and evidence A non prejudicial remark will be based on privious thought and evidence


What is the function and syntax of printf statement?

it's not a statement, it's a function: len= printf (format, ...more-parameters...);


What are synonyms of the word comment?

remark, say, note, mention, point out, observe, utter


Can you write plus at end of c statement?

No. That would be a syntax error. Only a right semicolon (;) can go at the end of a statement.