Workflow 5 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.
squares = Range[10] ^ 2{1, 4, 9, 16, 25, 36, 49, 64, 81, 100}Part[squares, 3]9squares[[1 ;; 5]]{1, 4, 9, 16, 25}Take[squares, {5, 8}]{25, 36, 49, 64}squares[[-7 ;; ]]{16, 25, 36, 49, 64, 81, 100}All recipes · Function reference · Use this from an MCP client