Double Quote

From Abap2Java

Jump to: navigation, search

ABAP

Double quotes (") indicate that the rest of the current line is a comment.

lv_sum = 1 + 1. "this is a comment

Java

Double quotes (") indicate the start and end of character strings.

Personal tools