Skip to content

Latest commit

History

History
15 lines (12 loc) 路 538 Bytes

File metadata and controls

15 lines (12 loc) 路 538 Bytes

What is the key difference between HEREDOC and NOWDOC?

  • A) NOWDOC does not parse for variable interpolation, but HEREDOC does
  • B) NOWDOC allows you to use block delimiters with a single quote
  • C) HEREDOC terminate a block starting at the first character, but NOWDOC allows you to indent the end of the block
  • D) none of above
Answer

Answer: A