Jump to content

Template:RicalTest

Unchecked
From Wikipedia

Various tests from the user Rical.

Test scribunto, in for, m = m + 1

[edit]

Created on 2015-03-19.

Tests for i, word in ipairs(data) do m = m + 1

  • data i=1, word=abc, s=2, m=2
  • data i=2, word=def, s=3, m=3
  • data i=3, word=ghi, s=4, m=4

End