Browse Source

Test script loops though array and constructs a map.

master
Craig Oates 6 years ago
parent
commit
5b99b2c693
  1. 1
      WetPancake/Script.fsx

1
WetPancake/Script.fsx

@ -90,6 +90,7 @@ let ds_text2 = [
[|"This"; "is"; "the"; "third"; "test"; "string";|]
]
let ds_map4 = ConstructMap ds_map ds_text2.[1]
let ds_map5 = [for i in ds_text2 -> ConstructMap ds_map i]
//ConstructMap ds_map ds_text2
//let ds_start = SeperateStartWords ds_map3
// YOU ARE UP TO HERE. YOU NEED TO BUILD A BIGGER MAP TO TEST THE START WORD CODE.
Loading…
Cancel
Save