Skip To Content

INTEGRAL

List and Table Modules (doc-list.i, doc-table.i)

This page lets you preview the output of the list and table module functions.

Zoom = 0.3 +    Style Option = 0 +

Function Call Result
List(
  [
  "First list item:\rLorem ipsum dolor sit amet, consectetur adipiscing...",
  "Second list item:\rLorem ipsum dolor sit amet...",
  "Third and last list item."
  ]
)
Table(
  ["a1", "b1", "c1", "d1"],
  ["a2", "b2", "c2", "d2"],
  ["a3", "b3", "c3", "d3"],
  ["a4", "b4", "c4", "d4"],
  ["a5", "b5", "c5", "d5"],
  ["a6", "b6", "c6", "d6"]
)

Zoom = 0.3 +    Style Option = 0 +